home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectPlay / VoiceGroup / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.1 KB  |  31 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VoiceGroup Sample
  4. // 
  5. // Copyright (c) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   VoiceGroup is similar in form to VoiceConnect.  VoiceGroup shows how use DirectPlay 
  13.   along with DirectPlayVoice to allow talking in to a specific group of players.
  14.  
  15. Path
  16. ====
  17.   Source: DXSDK\Samples\Multimedia\DirectPlay\VoiceGroup 
  18.  
  19.   Executable: DXSDK\Samples\Multimedia\DirectPlay\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Refer to User's Guide section of the VoiceConnect sample for the basics.
  24.   
  25.   With VoiceGroup you can also click "Cycle Group Assignment" to change the local
  26.   player's group assignment between group 1 and 5 as well as "Unassigned".  You
  27.   can also click "Cycle Target Assignment" to change the local player's voice target 
  28.   assignment between group 1 and 5 to only talk to one of those groups, or "Everyone" 
  29.   to talk to everyone in the session.
  30.  
  31.